home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / tcp_ip / jnos / cmdshelp / finger < prev    next >
Text File  |  1994-08-13  |  2KB  |  36 lines

  1.  
  2. finger <username[@host]> [<username[@host]> ...]
  3.  
  4.         Issue a network 'finger' request for <username> at <host>.
  5.         Finger is typically used to find out specific information about
  6.         users on local or remote hosts.  By fingering a user, you can
  7.         find out such information as a user's name, his mailing address,
  8.         telephone number, QSL information, and other useful facts.  This
  9.         information is kept in a separate text file for each user.
  10.  
  11.         As our network expands, this application will help hams find out
  12.         information about each other quickly and efficiently.
  13.  
  14.         The finger command under NOS can be issued in any of the
  15.         following three ways:
  16.  
  17.           finger <username>           >> Examples: finger n8fow
  18.           finger <username>@<host>                 finger n8fow@n8fow
  19.           finger @<host>                           finger @n8fow
  20.  
  21.         The first form of the command is used to find out information
  22.         about a user at the local host, namely your own system.  It is
  23.         useful for testing 'finger' on a system that you know is running.
  24.  
  25.         The second form of the command is used to find out information
  26.         about a user at a remote host.
  27.  
  28.         If you don't know the name of a particular user at a remote host,
  29.         you can use the third form of the command.  This command returns
  30.         a list of all 'finger' files on the remote system.
  31.  
  32.         To enable the finger server so that others may query the users on
  33.         your system, you must give the 'start finger' command.
  34.  
  35.  
  36.